Implemented Skeletons after GNU/Emacs python.el
author=?UTF-8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= <fgallina@cuca>
Thu, 17 May 2012 03:03:05 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 17 May 2012 03:03:05 +0000 (00:03 -0300)
commit88386e225013e31d6f2f0edd8e8e9ec822a88649
tree69522f7a51228c488d90c41e625e6f27b5b91be3
parent07fb322e4d2ff9dbf3685a557f46e421287be523
Implemented Skeletons after GNU/Emacs python.el

6 basic skeletons are defined: class, def, for, if, try and while.

While these skeletons are strongly based on GNU/Emacs' current
python.el a better definition macro, a generic template for
try/except/finally/else blocks and a cool menu display is included.
lisp/progmodes/python.el